From 3b8bf016047e25f5cdbcaf8f31bc50cc857b561f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 13 Dec 2013 00:59:00 -0500 Subject: [PATCH] Drop a reference to nonexisting API The GtkApplicationWindow documentation had a reference to gtk_header_bar_set_show_fallback_app_menu(). That function no longer exists, so drop it. --- gtk/gtkapplicationwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index ce51233b9c..1527251613 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -84,7 +84,7 @@ * property. If the desktop environment does not display the application * menu, then it will automatically be included in the menubar. It can * also be shown as part of client-side window decorations, e.g. by - * using gtk_header_bar_set_show_fallback_app_menu(). + * using gtk_header_bar_set_show_close_button(). * * A GtkApplicationWindow with a menubar *